home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01142_Script_11DIdleConditionals < prev    next >
Text File  |  1995-05-21  |  411b  |  26 lines

  1. on exitFrame
  2.   global park, g09A, g11a, g08a, Cclub, hotel
  3.   
  4.   Unloadcast
  5.   
  6.   if g09A = "c" then 
  7.     set park = "c"
  8.   end if
  9.   if g09A = "x" then 
  10.     set park = "c"
  11.   end if
  12.   
  13.   if g11A = "c" then
  14.     set Cclub = "c"
  15.   end if
  16.   if g11A = "x" then
  17.     set Cclub = ""
  18.   end if
  19.   
  20.   if g08A = "c" then
  21.     set hotel = "c"
  22.   end if
  23.   if g08A = "x" then
  24.     set hotel = "c"
  25.   end if
  26. end